travis-ci: Use a non-ostree-specific name for the Docker image
authorSimon McVittie <simon.mcvittie@collabora.co.uk>
Mon, 28 Nov 2016 17:22:24 +0000 (17:22 +0000)
committerAtomic Bot <atomic-devel@projectatomic.io>
Tue, 29 Nov 2016 14:11:50 +0000 (14:11 +0000)
This reduces the diff when comparing these scripts with similar glue
in dbus or elsewhere.

Signed-off-by: Simon McVittie <simon.mcvittie@collabora.co.uk>
Closes: #600
Approved by: cgwalters

tests/ci-build.sh
tests/ci-install.sh

index eb6bc6781ad83b703ffbd1dd67fef14aa8f128c8..42c2dcffda9a91c2bce98b62f281db8889376b66 100755 (executable)
@@ -40,7 +40,7 @@ if [ -n "$ci_docker" ]; then
         --env=ci_test="${ci_test}" \
         --env=ci_test_fatal="${ci_test_fatal}" \
         --privileged \
-        ostree-ci \
+        ci-image \
         tests/ci-build.sh
 fi
 
index fb982dff42ca8d7d5abb28f4f9067c1cb0e74a47..1b52704c33819ea32c0f8a8005c5c26e418939b4 100755 (executable)
@@ -43,7 +43,7 @@ if [ -n "$ci_docker" ]; then
         -e "s/@ci_docker@/${ci_docker}/" \
         -e "s/@ci_suite@/${ci_suite}/" \
         < tests/ci-Dockerfile.in > Dockerfile
-    exec docker build -t ostree-ci .
+    exec docker build -t ci-image .
 fi
 
 case "$ci_distro" in